Statement is useless
P粉653371603
P粉653371603 2022-01-17 14:50:51
0
3
1088

dump(Db::squery(sql:'SELECT * FROM 'test1''));This is useless

P粉653371603
P粉653371603

reply all(3)
P粉653371603

OK

逆旅行人

Be careful. If you type a wrong punctuation mark, an error will be reported and the operation will fail.

逆旅行人

Where is the statement Db::squery(sql:'SELECT * FROM 'test1'')?

dump(Db::query('SELECT * FROM `test1`'));

You try this statement, there are three errors in the above sentence,

is a query, not a squery,

sql is a code prompt, not a manual input

`test1`, here is a backtick, under the Esc key on the keyboard

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template