[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Reverse engineering SQL
[Thread Prev] | [Thread Next]
- Subject: Re: Reverse engineering SQL
- From: T Lee Davidson <t.lee.davidson@xxxxxxxxx>
- Date: Tue, 25 Mar 2025 20:51:12 -0400
- To: user@xxxxxxxxxxxxxxxxxxxxxx
On 3/25/25 7:46 PM, BB wrote:
I think I have to manipulate the query string and eliminate the WHERE and ORDER BY clauses and add LIMIT=1 (to get a result back in my lifetime! several million records). Will reply if it works.
Could you execute the full query and simply append a "WHERE 1<>1" to the end? That gives the filed names (at least with the Sqlite driver).
-- Lee --- Gambas User List Netiquette [https://gambaswiki.org/wiki/doc/netiquette] ---- --- Gambas User List Archive [https://lists.gambas-basic.org/archive/user] ----
Re: Reverse engineering SQL | BB <adamnt42@xxxxxxxxx> |
Reverse engineering SQL | BB <adamnt42@xxxxxxxxx> |
Re: Reverse engineering SQL | T Lee Davidson <t.lee.davidson@xxxxxxxxx> |
Re: Reverse engineering SQL | BB <adamnt42@xxxxxxxxx> |