mysql - SQL / Limit (another query) -
i have 2 tables. 1 of them holds limit numbers.
and trying run sql like
select * table x='1' limit (another query)
the select top clause limit number of rows. can put expression in it
i have 2 tables. 1 of them holds limit numbers.
and trying run sql like
select * table x='1' limit (another query)
the select top clause limit number of rows. can put expression in it
Comments
Post a Comment