最近O哥奋发图强每天都在努力学习,比如说写点Python程序,又比如说写点PHP代码,有时候也用SQL来做一些数据分析,等等等等。  (图源 :[pixabay](https://pixabay.com/photos/lightbulb-idea-creativity-base-3104355/)) 虽然忙忙碌碌把自己搞得晕头转向也没啥成果产生,但还是乐此不疲。不由得曾经一个前上司说的一句话:***生命在于折腾***。 确实如此呀,模仿那句经典的我思故我在,咱也整上一句***我折腾故我在***,哪天真的彻底不折腾了,那一定是嘎了。话说,这句会被载入史册不? 说到用SQL做数据分析,O哥写了好多条好大坨(咦,为什么要用`坨`这个量词呢?好像不太文雅呀😳)极其复杂的SQL查询。 然后O哥就发现,要在好大坨的极其复杂的SQL查询上做一些修改让它完成不同功能,是一件极其令人抓狂的事情,因为改来改去,把SQL弄得乱七八糟,更加复杂了。 于是O哥想了一个极傻的方法,那就是每实现一个功能,备份一条大坨SQL,就导致LINQPad中的SQL查询越来越多,找起来越来越复杂。 让O哥想一下,以前有没有遇到过类似问题呢?又是怎么解决的呢?抓耳挠腮想了半天,发现还真没遇到过。 以前我都是在程序中使用SQL,就是用来做最最最基本、最最简单的查询,然后再又程序来进行数据加工,得到我想要的数据,所以根本就谈不上复杂,也不存在把自己搞迷糊的情况。 而现在的情况是O哥总想着让SQL自己就是一个程序,把所有能做的事情都做了,不用再额外使用程序对数据进行处理加工了,这样当然就弄得极其复杂了。 习惯了这样操作而且发现这样操作大多时候可以满足我的需求之后,再也不想用以前的方法了。那如何破解当前的窘境呢? 以前写程序的时候会根据功能或者逻辑定义多个文件,还会选择把常用的逻辑包装成函数(或者模块之类的),但是在SQL查询中这样弄无疑会让原本简单的事情更加复杂,而且我总担心会不会影响性能? 在研究半天各种高级功能晕头转向之后,我突然想到何不使用注释呢?如果针对不同的功能使用注释进行相应的开关,不就搞定了嘛? 注释大法是我以前在各种程序打开关闭不同功能时常用的方法,只是以往从来没有在SQL中这样用过(简单的SQL也根本不需要这样用),倒是犯了灯下黑的错误呢。 SQL注释分单行和多行注释,语法分别是单行注释用`-- `多行注释用`/* ... */`,当然也可以不嫌麻烦用单行注释来逐行注释。 单行注释的例子(以及逐行注释): ``` -- SELECT * FROM Users -- WHERE Age > 18 -- ORDER BY Name ``` 多行注释的例子: ``` /* 注释的第一行 注释的第二行 注释的第三行 */ SELECT * FROM Users ``` 是不是很简单? 让人有些头疼的是,不同语言,单行多行注释更有各的方法,由于经常摆弄不同语言,总犯把注释用错的低级错误。所以我整理出来一个简单的表格,这样以后就不怕弄错了。 | 注释类型 | SQL | C 语言 | PHP | Python | |----|----|---|----|----| | 单行注释 | `-- 注释内容` | `// 注释内容` | `// 注释内容` | `# 注释内容` | | 多行注释 | `/* 注释内容 */` | `/* 注释内容 */` | `/* 注释内容 */` | `''' 注释内容 '''` | 补充一下,PHP单行注释也支持`# 注释内容`,但是这样并不常用。PHP的多行注释不但支持`''' 注释内容 '''`也支持 `""" 注释内容 """`。 还有就是这些语言中都不支持多行注释`/* ... */ `的嵌套使用,会导致语法错误,也要注意。在C语言和C++中我以前还时常用宏定义来开关某段代码,也是非常方便的。 哎,又扯远了,不多扯了,继续折腾去喽。
author | oflyhigh |
---|---|
permlink | 3tswz2-sql |
category | hive-105017 |
json_metadata | {"tags":["cn","life","blog","study","sql"],"image":["https://images.hive.blog/DQmPQVkwTyjuqZgb9w6QZ7MiGRFwLS73NiNcZZiujsfsSDj/image.png"],"links":["https://pixabay.com/photos/lightbulb-idea-creativity-base-3104355/"],"app":"hiveblog/0.1","format":"markdown"} |
created | 2025-06-15 09:47:18 |
last_update | 2025-06-15 09:47:18 |
depth | 0 |
children | 19 |
last_payout | 2025-06-22 09:47:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 25.224 HBD |
curator_payout_value | 25.196 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,921 |
author_reputation | 6,313,170,088,092,671 |
root_title | 每天进步一点点:SQL的注释 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 143,367,364 |
net_rshares | 176,824,923,135,852 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abit | 0 | 25,772,465,191,991 | 100% | ||
adm | 0 | 25,245,569,992,315 | 100% | ||
good-karma | 0 | 11,719,284,949 | 1% | ||
deanliu | 0 | 6,920,191,447,314 | 100% | ||
ace108 | 0 | 1,316,900,201,959 | 25% | ||
logic | 0 | 25,778,604,817 | 80% | ||
kaykunoichi | 0 | 987,379,840 | 50% | ||
magicmonk | 0 | 6,888,574,287,870 | 100% | ||
laoyao | 0 | 74,333,388,974 | 100% | ||
midnightoil | 0 | 263,030,129,550 | 100% | ||
xiaohui | 0 | 23,024,116,115 | 100% | ||
joele | 0 | 8,406,937,917 | 100% | ||
rivalhw | 0 | 2,211,134,977,688 | 100% | ||
helene | 0 | 1,065,443,094,005 | 100% | ||
ffcrossculture | 0 | 1,074,163,021 | 100% | ||
daveks | 0 | 3,703,650,527,415 | 69% | ||
penguinpablo | 0 | 142,453,341,843 | 14% | ||
cnfund | 0 | 6,144,739,511 | 50% | ||
funnyman | 0 | 1,483,891,657 | 5.6% | ||
steemcleaners | 0 | 31,128,659,326 | 80% | ||
justyy | 0 | 870,079,457,100 | 100% | ||
btshuang | 0 | 735,572,496 | 50% | ||
dapeng | 0 | 95,681,084,673 | 100% | ||
esteemapp | 0 | 2,876,325,349 | 1% | ||
azazqwe | 0 | 363,468,224,117 | 100% | ||
newhope | 0 | 7,960,032,882,873 | 53% | ||
bxt | 0 | 1,107,803,295,109 | 100% | ||
justinashby | 0 | 453,681,497 | 100% | ||
trafalgar | 0 | 46,542,591,160,029 | 100% | ||
freebornsociety | 0 | 1,860,750,938 | 3.2% | ||
raindrop | 0 | 734,890,367,327 | 100% | ||
teachblogger | 0 | 2,117,427,082 | 50% | ||
passion-fruit | 0 | 13,317,211,719 | 92% | ||
htliao | 0 | 3,100,175,584 | 20% | ||
fortune-master | 0 | 13,362,650,545 | 92% | ||
trayan | 0 | 11,340,870,852 | 100% | ||
curly-q | 0 | 2,421,753,915 | 100% | ||
xplosive | 0 | 42,261,074,074 | 75% | ||
mobbs | 0 | 242,213,157,663 | 100% | ||
uruiamme | 0 | 6,174,184,760 | 50% | ||
nanosesame | 0 | 8,230,301,785 | 80% | ||
exec | 0 | 33,857,437,016 | 100% | ||
eval | 0 | 4,067,760,219,872 | 100% | ||
joeyarnoldvn | 0 | 545,211,950 | 1.76% | ||
geekgirl | 0 | 7,174,174,464,819 | 100% | ||
susanli3769 | 0 | 1,532,648,453,269 | 100% | ||
eturnerx | 0 | 269,257,515,075 | 20.1% | ||
travelgirl | 0 | 46,439,803,591 | 100% | ||
mygod | 0 | 732,035,609 | 50% | ||
catwomanteresa | 0 | 316,930,240,568 | 100% | ||
dine77 | 0 | 61,103,320,766 | 70% | ||
joshruiz | 0 | 43,559,587,946 | 100% | ||
wolf-dawg | 0 | 500,964,901 | 100% | ||
oldman28 | 0 | 90,588,862,308 | 48% | ||
liangfengyouren | 0 | 3,429,432,659 | 50% | ||
ahlawat | 0 | 599,330,077 | 1% | ||
idx | 0 | 28,513,090,662 | 100% | ||
aafeng | 0 | 884,593,209,331 | 100% | ||
tvb | 0 | 14,287,279,736 | 30% | ||
santigs | 0 | 298,746,319,616 | 52% | ||
floatinglin | 0 | 8,478,485,645 | 100% | ||
spaminator | 0 | 518,494,591,882 | 80% | ||
mrspointm | 0 | 1,038,100,182,332 | 100% | ||
kimzwarch | 0 | 16,506,200,714 | 4% | ||
artonmysleeve | 0 | 6,789,898,284 | 34.5% | ||
yellowbird | 0 | 3,549,311,708 | 100% | ||
joshman | 0 | 9,600,168,557 | 25% | ||
tomiscurious | 0 | 21,252,415,982 | 3.6% | ||
chenlocus | 0 | 2,338,260,756 | 100% | ||
davidke20 | 0 | 157,424,636,278 | 100% | ||
rosatravels | 0 | 811,676,076,164 | 100% | ||
sorin.cristescu | 0 | 2,953,394,236 | 0.5% | ||
fatman | 0 | 9,256,288,672 | 2% | ||
votehero | 0 | 269,744,844,926 | 53.1% | ||
silversaver888 | 0 | 97,076,836,240 | 10% | ||
minloulou | 0 | 5,773,987,188 | 70% | ||
msp-makeaminnow | 0 | 21,443,338,882 | 22.7% | ||
victory622 | 0 | 148,418,131,904 | 100% | ||
critic-on | 0 | 52,359,888,203 | 100% | ||
msp-foundation | 0 | 145,579,350 | 100% | ||
esteem.app | 0 | 346,435,685 | 1% | ||
investegg | 0 | 192,664,886,866 | 100% | ||
namchau | 0 | 5,859,072,213 | 70% | ||
japanguide | 0 | 1,598,151,167 | 100% | ||
jychbetter | 0 | 1,128,211,327,298 | 100% | ||
halleyleow | 0 | 6,630,401,629 | 80% | ||
travoved | 0 | 80,554,219,384 | 100% | ||
angelina6688 | 0 | 49,548,879,574 | 80% | ||
armentor | 0 | 396,384,347 | 100% | ||
traf | 0 | 3,997,412,804,127 | 100% | ||
ioioioioi | 0 | 2,323,677,505 | 100% | ||
itchyfeetdonica | 0 | 816,699,319,064 | 100% | ||
ahmadmangazap | 0 | 1,507,483,071 | 0.5% | ||
rombtc | 0 | 490,830,662 | 15% | ||
wiseagent | 0 | 176,981,963,914 | 15% | ||
cryptonized | 0 | 235,381,886 | 14% | ||
tikatarot | 0 | 542,256,256 | 26.5% | ||
soufianechakrouf | 0 | 2,470,695,036 | 100% | ||
tryskele | 0 | 5,466,721,534 | 20% | ||
suhunter | 0 | 961,902,227 | 50% | ||
belemo | 0 | 64,093,481,707 | 100% | ||
mermaidvampire | 0 | 2,164,815,977 | 100% | ||
seikatsumkt | 0 | 5,331,123,784 | 75% | ||
yumisee | 0 | 763,936,283 | 50% | ||
joeliew | 0 | 3,971,820,631 | 100% | ||
atongis | 0 | 30,086,601,960 | 10% | ||
emmali | 0 | 358,101,086,208 | 100% | ||
vamos-amigo | 0 | 4,276,228,324 | 100% | ||
bhattg | 0 | 8,243,648,841 | 0.8% | ||
cst90 | 0 | 532,880,652,224 | 100% | ||
angel-baby | 0 | 1,720,547,653 | 100% | ||
movement19 | 0 | 1,402,680,293 | 5% | ||
lisfabian | 0 | 3,353,270,437 | 100% | ||
ethanlee | 0 | 5,796,069,068 | 100% | ||
jeffspace | 0 | 12,388,585,101 | 100% | ||
fredo77200 | 0 | 3,665,154,696 | 100% | ||
louis88 | 0 | 3,172,755,983,690 | 100% | ||
aellly | 0 | 604,626,127,257 | 100% | ||
springlining | 0 | 22,588,713,741 | 100% | ||
el-dee-are-es | 0 | 3,411,107,400 | 10% | ||
we-are | 0 | 25,843,846,310 | 100% | ||
beco132 | 0 | 1,968,724,196 | 54% | ||
solominer | 0 | 4,523,330,244,063 | 20% | ||
crypticat | 0 | 160,985,901,372 | 34.5% | ||
hmayak | 0 | 10,070,080,731 | 100% | ||
archisteem | 0 | 1,277,842,082 | 7.5% | ||
philiprenelee | 0 | 8,116,237,849 | 80% | ||
theluvbug | 0 | 5,836,051,558 | 100% | ||
dses | 0 | 63,748,137,306 | 80% | ||
we-are-lucky | 0 | 45,465,929,773 | 100% | ||
ambiguity | 0 | 74,446,949,270 | 100% | ||
thedailysneak | 0 | 470,410,961 | 0.53% | ||
rufruf | 0 | 503,521,692 | 100% | ||
digi-me | 0 | 2,158,120,172 | 0.5% | ||
yestermorrow | 0 | 12,273,359,214 | 31% | ||
vixmemon | 0 | 10,380,166,169 | 32.58% | ||
harkar | 0 | 1,105,068,830,798 | 100% | ||
julian2013 | 0 | 61,969,402,493 | 100% | ||
voxmortis | 0 | 37,505,095,776 | 20% | ||
voter003 | 0 | 21,205,779,976 | 8.8% | ||
voter000 | 0 | 21,336,057,637 | 43% | ||
pet.society | 0 | 15,001,944,809 | 6% | ||
minminlou | 0 | 585,583,839 | 56% | ||
annepink | 0 | 518,941,416,409 | 100% | ||
cherryzz | 0 | 104,750,064,600 | 100% | ||
jamzmie | 0 | 550,945,438 | 15% | ||
sbi9 | 0 | 69,431,819,405 | 17.44% | ||
bichen | 0 | 1,828,173,521 | 100% | ||
sasaadrian | 0 | 15,779,113,250 | 20% | ||
dallas27 | 0 | 533,515,652 | 50% | ||
aikido.hung | 0 | 634,273,117 | 50% | ||
starrouge | 0 | 1,021,630,704 | 50% | ||
zerofive | 0 | 854,857,670 | 50% | ||
muntaharaceh | 0 | 3,295,961,203 | 7% | ||
jacuzzi | 0 | 670,515,789 | 1.4% | ||
lestrange | 0 | 9,207,519,188 | 100% | ||
steemegg | 0 | 23,158,395,037 | 50% | ||
faithpersists | 0 | 1,476,703,221 | 72% | ||
cnstm | 0 | 124,129,522,101 | 100% | ||
likuang007 | 0 | 637,761,005 | 100% | ||
crowdwitness | 0 | 49,903,566,030 | 75% | ||
fusion.lover | 0 | 36,485,333,876 | 100% | ||
lianjingmedia | 0 | 952,510,049 | 100% | ||
steemtelly | 0 | 2,885,090,552 | 8.23% | ||
hungrybear | 0 | 621,856,620 | 14% | ||
fintian | 0 | 525,586,251 | 100% | ||
hungryharish | 0 | 25,170,581,011 | 100% | ||
projectdignity | 0 | 2,481,320,428 | 100% | ||
lovelemon | 0 | 553,679,969,174 | 100% | ||
hungryanu | 0 | 3,429,337,327 | 50% | ||
photographercr | 0 | 1,073,672,368 | 20% | ||
rj-photo | 0 | 1,598,063,818 | 100% | ||
bigmoneyman | 0 | 461,046,172 | 26.5% | ||
minigame | 0 | 324,894,001,260 | 100% | ||
dailyke20 | 0 | 2,412,553,377 | 100% | ||
omnivori | 0 | 2,498,253,586 | 90% | ||
blumela | 0 | 2,116,526,199 | 0.5% | ||
steemindian | 0 | 4,187,329,314 | 100% | ||
cxy | 0 | 1,837,288,625 | 50% | ||
jimhawkins | 0 | 523,880,894 | 64% | ||
freedomring | 0 | 5,200,358,053 | 100% | ||
votebetting | 0 | 15,600,970,119 | 100% | ||
hyborian-strain | 0 | 2,435,944,017 | 30% | ||
atyh | 0 | 421,775,610,283 | 100% | ||
sbi-tokens | 0 | 1,000,999,841 | 1.06% | ||
janaveda | 0 | 24,159,188,647 | 100% | ||
urun | 0 | 30,292,786,678 | 100% | ||
maxuve | 0 | 0 | 100% | ||
bilpcoinbot | 0 | 4,729,927,960 | 100% | ||
korver | 0 | 854,500,530 | 30% | ||
moleah | 0 | 648,878,218 | 100% | ||
travelcontest | 0 | 2,026,138,857 | 100% | ||
vickyli | 0 | 177,871,497,785 | 100% | ||
bilpcoinrecords | 0 | 1,035,487,141 | 26.5% | ||
natural.alfa | 0 | 1,378,228,540 | 100% | ||
marygong77777 | 0 | 353,918,008,971 | 100% | ||
therealyme | 0 | 364,124,270,553 | 100% | ||
axel-blaze | 0 | 17,853,117,873 | 33% | ||
bilpcoin.pay | 0 | 546,362,305 | 10% | ||
dbfoodbank | 0 | 5,198,715,412 | 76% | ||
unpopular | 0 | 34,208,859,721 | 3% | ||
quiltedduckfarm | 0 | 503,045,408 | 100% | ||
lnakuma | 0 | 58,471,567,248 | 100% | ||
rus-lifestyle | 0 | 1,191,222,898 | 100% | ||
bpcvoter3 | 0 | 879,238,841 | 50% | ||
kgsupport | 0 | 2,621,970,431 | 50% | ||
im-ridd | 0 | 9,284,132,267 | 60% | ||
warmstill | 0 | 851,471,842 | 50% | ||
lovequeen | 0 | 354,741,374,011 | 100% | ||
hivewatchers | 0 | 2,022,201,964 | 55% | ||
softworld | 0 | 277,732,679,028 | 61% | ||
meppij | 0 | 11,274,073,915 | 16.5% | ||
ambarvegas | 0 | 1,905,009,914 | 100% | ||
ecency | 0 | 439,570,107,570 | 1% | ||
balvinder294 | 0 | 2,802,254,683 | 20% | ||
jywahaha | 0 | 2,219,400,619 | 100% | ||
roberto58 | 0 | 9,675,194,850 | 100% | ||
cronicasdelcesar | 0 | 5,485,908,952 | 100% | ||
hivebuilder | 0 | 4,643,857,286 | 100% | ||
olaunlimited | 0 | 562,806,288 | 45% | ||
ecency.stats | 0 | 360,681,396 | 1% | ||
recoveryinc | 0 | 6,568,924,040 | 10% | ||
jelly-cz | 0 | 571,024,256 | 30% | ||
norberto1 | 0 | 7,767,469,123 | 100% | ||
evahe | 0 | 465,315,878,950 | 100% | ||
dying | 0 | 723,645,842 | 20% | ||
iris085 | 0 | 56,493,274,373 | 100% | ||
philipmak | 0 | 1,600,029,395 | 50% | ||
kattycrochet | 0 | 56,730,692,935 | 50% | ||
bulkathos | 0 | 118,051,344,546 | 100% | ||
cocaaladioxine | 0 | 17,947,787,509 | 97% | ||
belemo.leo | 0 | 495,155,153 | 100% | ||
samrisso | 0 | 7,071,616,352 | 10% | ||
tomtothetom | 0 | 3,080,964,829 | 20% | ||
wend1go | 0 | 24,627,511,042 | 100% | ||
drricksanchez | 0 | 299,374,001,130 | 50% | ||
reidenling90 | 0 | 8,643,881,896 | 100% | ||
louis.pay | 0 | 1,773,234,467 | 100% | ||
hive.friends | 0 | 0 | 1% | ||
dengyanping888 | 0 | 192,873,982,052 | 100% | ||
tingjie | 0 | 165,162,290,356 | 100% | ||
abundancelife | 0 | 264,050,731,780 | 100% | ||
celeste413 | 0 | 41,147,832,046 | 100% | ||
zhangyan-123 | 0 | 329,948,584,805 | 100% | ||
dkkfrodo | 0 | 24,462,003,687 | 100% | ||
alpha-omega | 0 | 155,091,232,163 | 100% | ||
bai123 | 0 | 10,780,128,958 | 100% | ||
adulruna | 0 | 29,639,000,603 | 100% | ||
elderdark | 0 | 11,874,382,016 | 16% | ||
acantoni | 0 | 3,423,059,676 | 10% | ||
t0xicgh0st | 0 | 454,746,117 | 100% | ||
lrscarmen | 0 | 14,658,057,268 | 100% | ||
eolianpariah2 | 0 | 655,030,725 | 0.35% | ||
sunflor | 0 | 27,306,458,899 | 100% | ||
pinkhub | 0 | 6,897,820,722 | 100% | ||
michupa | 0 | 40,630,067,540 | 20% | ||
beffeater | 0 | 2,297,596,662 | 10% | ||
rammargarita | 0 | 100,067,988,676 | 100% | ||
pappyelblanco | 0 | 6,386,964,315 | 50% | ||
diochen | 0 | 126,357,797,267 | 100% | ||
almajandra | 0 | 2,649,128,579 | 100% | ||
adyiron | 0 | 41,692,083,268 | 100% | ||
sirsmokesalot96 | 0 | 8,066,294,552 | 100% | ||
mikezillo | 0 | 8,716,845,420 | 100% | ||
littlebee4 | 0 | 103,435,735,784 | 20% | ||
xurph | 0 | 16,206,909,688 | 75% | ||
bungongjaro | 0 | 628,168,256 | 90% | ||
huigezi | 0 | 1,933,768,332 | 100% | ||
pero82 | 0 | 28,153,512,797 | 40% | ||
love5200 | 0 | 14,627,876,624 | 100% | ||
xiaoyaodidi | 0 | 353,909,774,659 | 100% | ||
franzpaulie | 0 | 46,684,352,443 | 100% | ||
eric.gundam | 0 | 2,101,986,348 | 64% | ||
abreusplinter | 0 | 792,534,108 | 10% | ||
bgmoha | 0 | 477,951,481 | 55% | ||
deggial | 0 | 1,696,307,218 | 100% | ||
noblegateway | 0 | 534,835,388 | 100% | ||
gunting | 0 | 68,030,755,125 | 100% | ||
albro | 0 | 2,372,304,783 | 100% | ||
argo8 | 0 | 555,126,577 | 0.25% | ||
ecency.waves | 0 | 0 | 1% | ||
nana-hive | 0 | 5,964,458,627 | 100% | ||
lifeisajourney | 0 | 877,196,979 | 72% | ||
eddyss | 0 | 7,767,805,931 | 100% | ||
cur8 | 0 | 1,364,749,757,202 | 33% | ||
monzo | 0 | 1,789,776,789 | 40% | ||
alto96 | 0 | 1,008,190,572 | 20% | ||
hiventhusiast | 0 | 4,565,473,112 | 50% | ||
dbfbfutures | 0 | 19,843,185,915 | 100% | ||
tayordartist | 0 | 737,158,834 | 100% | ||
fee-service-new | 0 | 7,875,756,504 | 100% | ||
omarzv-sw | 0 | 2,757,782,104 | 100% | ||
menny.trx | 0 | 908,677,492 | 16.5% | ||
kachy2022 | 0 | 4,274,591,565 | 100% | ||
endhivewatchers | 0 | 0 | -0.01% | ||
trina77 | 0 | 46,680,676,649 | 100% | ||
roswelborges | 0 | 54,878,047,623 | 100% | ||
coco666 | 0 | 20,040,056,583 | 100% | ||
carolin77 | 0 | 11,254,735,281 | 100% | ||
sunnywu | 0 | 12,344,936,351 | 100% | ||
xiaoshuang | 0 | 8,189,823,749 | 100% | ||
linos | 0 | 7,301,371,073 | 100% | ||
michelleeeeys | 0 | 28,032,468,164 | 100% | ||
coffee-lovers | 0 | 1,153,295,248 | 100% | ||
arka1 | 0 | 1,133,552,744 | 0.5% | ||
aliz7575 | 0 | 0 | 100% | ||
byron2025 | 0 | 0 | 100% | ||
nov13 | 0 | 0 | 100% |
O哥,好厉害👍,我看到代码,脑袋都大😄
author | adyiron |
---|---|
permlink | re-oflyhigh-2025615t18812461z |
category | hive-105017 |
json_metadata | {"type":"comment","tags":["hive-105017","cn","life","blog","study","sql"],"app":"ecency/3.2.0-mobile","format":"markdown+html"} |
created | 2025-06-15 10:08:12 |
last_update | 2025-06-15 10:08:12 |
depth | 1 |
children | 0 |
last_payout | 2025-06-22 10:08:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 107,787,833,107,348 |
root_title | 每天进步一点点:SQL的注释 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 143,367,604 |
net_rshares | 0 |
会写代码的人脑袋一般都很聪明,并且数学都不差,我儿子也在学python,还比较基础的那种,我要让他膜拜一下O哥
author | carolin77 |
---|---|
permlink | re-oflyhigh-2025615t193715799z |
category | hive-105017 |
json_metadata | {"type":"comment","tags":["hive-105017","cn","life","blog","study","sql"],"app":"ecency/3.2.1-mobile","format":"markdown+html"} |
created | 2025-06-15 11:37:15 |
last_update | 2025-06-15 11:37:15 |
depth | 1 |
children | 0 |
last_payout | 2025-06-22 11:37:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 52,760,095,404,745 |
root_title | 每天进步一点点:SQL的注释 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 143,368,410 |
net_rshares | 0 |
作家李娟,这真是 > 一坨巨大的赞美啊~ 哈哈这个词大概来源于此吧!用在O哥这里不恰当呀! 小影美女,你的沙发被我占了,sorry了~
author | celeste413 |
---|---|
permlink | re-oflyhigh-2025615t17519639z |
category | hive-105017 |
json_metadata | {"tags":["cn","life","blog","study","sql"],"app":"ecency/4.1.6-vision","format":"markdown+html"} |
created | 2025-06-15 09:51:12 |
last_update | 2025-06-15 09:51:12 |
depth | 1 |
children | 5 |
last_payout | 2025-06-22 09:51:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 450,264,651,095,577 |
root_title | 每天进步一点点:SQL的注释 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 143,367,421 |
net_rshares | 0 |
我今天葡萄酒喝晕了,找不到沙发了,现在是晕在沙发上,哈哈哈哈哈。
author | love5200 |
---|---|
permlink | re-celeste413-2025615t175328994z |
category | hive-105017 |
json_metadata | {"tags":["cn","life","blog","study","sql"],"app":"ecency/4.1.6-vision","format":"markdown+html"} |
created | 2025-06-15 09:53:36 |
last_update | 2025-06-15 09:53:36 |
depth | 2 |
children | 1 |
last_payout | 2025-06-22 09:53:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 538,637,949,338,581 |
root_title | 每天进步一点点:SQL的注释 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 143,367,450 |
net_rshares | 17,310,018,947 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
celeste413 | 0 | 17,310,018,947 | 100% |
哈哈哈,难怪不来抢沙发了😜
author | celeste413 |
---|---|
permlink | re-love5200-2025617t0135338z |
category | hive-105017 |
json_metadata | {"type":"comment","tags":["hive-105017","cn","life","blog","study","sql"],"app":"ecency/3.2.1-mobile","format":"markdown+html"} |
created | 2025-06-16 16:13:54 |
last_update | 2025-06-16 16:13:54 |
depth | 3 |
children | 0 |
last_payout | 2025-06-23 16:13:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 450,264,651,095,577 |
root_title | 每天进步一点点:SQL的注释 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 143,390,908 |
net_rshares | 0 |
还沙发呢,板凳都没了
author | oflyhigh |
---|---|
permlink | sxw658 |
category | hive-105017 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2025-06-15 09:53:33 |
last_update | 2025-06-15 09:53:33 |
depth | 2 |
children | 2 |
last_payout | 2025-06-22 09:53:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 6,313,170,088,092,671 |
root_title | 每天进步一点点:SQL的注释 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 143,367,449 |
net_rshares | 18,339,574,780 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
celeste413 | 0 | 18,339,574,780 | 100% |
地板上只能瑜伽垫练瑜伽了😜
author | celeste413 |
---|---|
permlink | re-oflyhigh-2025617t01320209z |
category | hive-105017 |
json_metadata | {"type":"comment","tags":["ecency"],"app":"ecency/3.2.1-mobile","format":"markdown+html"} |
created | 2025-06-16 16:13:21 |
last_update | 2025-06-16 16:13:21 |
depth | 3 |
children | 0 |
last_payout | 2025-06-23 16:13:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 450,264,651,095,577 |
root_title | 每天进步一点点:SQL的注释 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 143,390,884 |
net_rshares | 0 |
对,只能坐地板上撒野了,哈哈哈。
author | love5200 |
---|---|
permlink | re-oflyhigh-2025615t17585757z |
category | hive-105017 |
json_metadata | {"tags":["ecency"],"app":"ecency/4.1.6-vision","format":"markdown+html"} |
created | 2025-06-15 09:59:03 |
last_update | 2025-06-15 09:59:03 |
depth | 3 |
children | 0 |
last_payout | 2025-06-22 09:59:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 538,637,949,338,581 |
root_title | 每天进步一点点:SQL的注释 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 143,367,512 |
net_rshares | 17,971,783,285 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
celeste413 | 0 | 17,971,783,285 | 100% |
勤奋的o哥 学习
author | coco666 |
---|---|
permlink | re-oflyhigh-2025615t174930288z |
category | hive-105017 |
json_metadata | {"type":"comment","tags":["hive-105017","cn","life","blog","study","sql"],"app":"ecency/3.3.2-mobile","format":"markdown+html"} |
created | 2025-06-15 09:49:30 |
last_update | 2025-06-15 09:49:30 |
depth | 1 |
children | 1 |
last_payout | 2025-06-22 09:49:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8 |
author_reputation | 26,411,626,763,230 |
root_title | 每天进步一点点:SQL的注释 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 143,367,404 |
net_rshares | 0 |
哈哈,谢谢夸奖
author | oflyhigh |
---|---|
permlink | sxw60n |
category | hive-105017 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2025-06-15 09:50:51 |
last_update | 2025-06-15 09:50:51 |
depth | 2 |
children | 0 |
last_payout | 2025-06-22 09:50:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | 6,313,170,088,092,671 |
root_title | 每天进步一点点:SQL的注释 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 143,367,412 |
net_rshares | 0 |
这么优秀,还这么努力,可以带带我这种蠢货么
author | huigezi |
---|---|
permlink | re-oflyhigh-2025615t183916845z |
category | hive-105017 |
json_metadata | {"tags":["cn","life","blog","study","sql"],"app":"ecency/4.1.6-vision","format":"markdown+html"} |
created | 2025-06-15 10:39:18 |
last_update | 2025-06-15 10:39:18 |
depth | 1 |
children | 1 |
last_payout | 2025-06-22 10:39:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 21,863,281,283,530 |
root_title | 每天进步一点点:SQL的注释 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 143,367,873 |
net_rshares | 0 |
哈哈,我也是个菜鸟 谈不上带不带,一直在和大家一起玩呀
author | oflyhigh |
---|---|
permlink | sxwi8t |
category | hive-105017 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2025-06-15 14:14:54 |
last_update | 2025-06-15 14:14:54 |
depth | 2 |
children | 0 |
last_payout | 2025-06-22 14:14:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 27 |
author_reputation | 6,313,170,088,092,671 |
root_title | 每天进步一点点:SQL的注释 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 143,370,512 |
net_rshares | 0 |
坚持学习 真的很棒
author | jeffspace |
---|---|
permlink | re-oflyhigh-2025615t192431727z |
category | hive-105017 |
json_metadata | {"tags":["cn","life","blog","study","sql"],"app":"ecency/4.1.6-vision","format":"markdown+html"} |
created | 2025-06-15 11:24:33 |
last_update | 2025-06-15 11:24:33 |
depth | 1 |
children | 0 |
last_payout | 2025-06-22 11:24:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 32,192,786,965,916 |
root_title | 每天进步一点点:SQL的注释 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 143,368,278 |
net_rshares | 0 |
优秀的O哥,老天奶啊,赶紧也多给我一点智慧,让我和O哥一样叱咤风云。。
author | love5200 |
---|---|
permlink | re-oflyhigh-2025615t175217622z |
category | hive-105017 |
json_metadata | {"tags":["cn","life","blog","study","sql"],"app":"ecency/4.1.6-vision","format":"markdown+html"} |
created | 2025-06-15 09:52:24 |
last_update | 2025-06-15 09:52:24 |
depth | 1 |
children | 0 |
last_payout | 2025-06-22 09:52:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 538,637,949,338,581 |
root_title | 每天进步一点点:SQL的注释 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 143,367,430 |
net_rshares | 0 |
👍🏻👍🏻
author | marygong77777 |
---|---|
permlink | re-oflyhigh-2025615t193226861z |
category | hive-105017 |
json_metadata | {"links":[],"type":"comment","tags":["hive-105017","cn","life","blog","study","sql"],"app":"ecency/3.3.3-mobile","format":"markdown+html"} |
created | 2025-06-15 11:32:27 |
last_update | 2025-06-15 11:32:27 |
depth | 1 |
children | 0 |
last_payout | 2025-06-22 11:32:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4 |
author_reputation | 404,391,336,628,838 |
root_title | 每天进步一点点:SQL的注释 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 143,368,367 |
net_rshares | 0 |
我感觉很多时候就是要不停的折腾,我一个朋友最近这些年一直折腾房子,赚了几百万!我们按兵不动,啥也没捞着,哈哈哈,不过赶着好时候,有时候也靠运气,因为最近一套他亏了一百多万!O哥在折腾的过程中说不定有很多新的发现,以此获得个诺贝尔或者啥奖项呢!
author | zhangyan-123 |
---|---|
permlink | re-oflyhigh-2025615t17515932z |
category | hive-105017 |
json_metadata | {"type":"comment","tags":["hive-105017","cn","life","blog","study","sql"],"app":"ecency/3.3.2-mobile","format":"markdown+html"} |
created | 2025-06-15 09:51:06 |
last_update | 2025-06-15 09:51:06 |
depth | 1 |
children | 3 |
last_payout | 2025-06-22 09:51:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 121 |
author_reputation | 893,784,359,370,214 |
root_title | 每天进步一点点:SQL的注释 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 143,367,417 |
net_rshares | 0 |
啊,这些年折腾房子还能赚到钱,那可是太厉害了
author | oflyhigh |
---|---|
permlink | sxw64g |
category | hive-105017 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2025-06-15 09:53:06 |
last_update | 2025-06-15 09:53:06 |
depth | 2 |
children | 2 |
last_payout | 2025-06-22 09:53:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 6,313,170,088,092,671 |
root_title | 每天进步一点点:SQL的注释 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 143,367,435 |
net_rshares | 0 |
对,第一套买的时候才五千多,那个时候时间早,当时南京不发达的河西,后面成富人区了,最后涨到六万多卖的,换了一套又卖了。不过新的一套江北的亏了一百多万!总体是赚的
author | zhangyan-123 |
---|---|
permlink | re-oflyhigh-2025615t175547851z |
category | hive-105017 |
json_metadata | {"type":"comment","tags":["ecency"],"app":"ecency/3.3.2-mobile","format":"markdown+html"} |
created | 2025-06-15 09:55:48 |
last_update | 2025-06-15 09:55:48 |
depth | 3 |
children | 1 |
last_payout | 2025-06-22 09:55:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 80 |
author_reputation | 893,784,359,370,214 |
root_title | 每天进步一点点:SQL的注释 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 143,367,478 |
net_rshares | 0 |