Bug 955 - MySQL - Command Tables Dont Work (Top vs Limit)
Bug: Command Tables don't work because MySQL uses Limit and not Top.
Sample Query:
SELECT payments.customerNumber,
limit 1
payments.amount
FROM classicmodels.payments payments
Comments
0 comments
Please sign in to leave a comment.