darrenhillconsulting
11/20/2024, 8:58 PMCeligo AI
11/20/2024, 8:58 PMAI generated answer (using internal Slack threads):Yes, SuiteQL does support the use of LIMIT and OFFSET. However, it's important to note that the syntax may differ from what you're used to in SQL. For example, instead of using the LIMIT keyword, you might use SELECT TOP 5 to limit the results to the top 5 records. Also, it's worth noting that you can't combine ORDER and TOP unless you do a nested query. That is, you would need to order the results in the inner query and then apply the TOP clause in the outer query. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
11/20/2024, 8:58 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.838637412
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.825857639
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.822661281
Celigo AI
11/20/2024, 8:58 PM