This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
123 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
123 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//for the left&&right hand ... | |
Hints.characters = 'dsaewqcxzvr'; | |
// set theme | |
settings.theme = '\ | |
.sk_theme { \ | |
background: #fff; \ | |
color: #000; \ | |
} \ | |
.sk_theme tbody { \ | |
color: #000; \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT | |
`field_2_0` AS `field_2_00`, | |
`dateAndHour` AS `dateAndHour0`, | |
SUM(`num`) AS `SUM_num0`, | |
( | |
SUM(`pay`) / nullif(SUM(`cost`), 0) | |
) AS `c14525866493040`, | |
( | |
SUM(`paycount`) / nullif(SUM(`click`), 0) | |
) AS `c14525866268950`, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let hintcharacters = "sadfjklewcmpgh" | |
let barposition = "bottom" |