Subject | Re: [firebird-support] Re: singleton table with many fields |
---|---|
Author | Alexandre Benson Smith |
Post date | 2013-07-16T04:42:36Z |
Em 16/7/2013 01:37, thp_pkmi escreveu:
Put it in a loop for 1000 times and look for the diference...
see you !
> Thank you Alexandre for your reply. Furthermore, is it any difference accessing that singleton table by:There is no way a query in a table with a single row to be slow :)
> SELECT .. INTO .. FROM SINGLETON_TABLE
> or
> SELECT .. INTO .. FROM SINGLETON_TABLE ROWS 1
>
> Regards,
> Tjioe
>
>
Put it in a loop for 1000 times and look for the diference...
see you !