Does a LIMIT work on static SELECTS?
Have you tried this on a table query?

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
The following query returns a status code 0 with no output. I would like to be able to use the LIMIT function.
SELECT 1 LIMIT 1;