标签: sql mysqli
这是我的问题:select uni_num from comes where (select uni_num limit 0,1) like 'a%'
select uni_num from comes where (select uni_num limit 0,1) like 'a%'
但我知道这个查询不起作用,因为没有“from”语句。但是我想在没有来的情况下使用限制。
INSQL是不是有这样的查询? select * from this.table ~~
select * from this.table ~~