Subject Re: [firebird-support] Re: singleton table with many fields
Author Alexandre Benson Smith
Em 16/7/2013 01:37, thp_pkmi escreveu:
> Thank you Alexandre for your reply. Furthermore, is it any difference accessing that singleton table by:
> SELECT .. INTO .. FROM SINGLETON_TABLE
> or
> SELECT .. INTO .. FROM SINGLETON_TABLE ROWS 1
>
> Regards,
> Tjioe
>
>

There is no way a query in a table with a single row to be slow :)

Put it in a loop for 1000 times and look for the diference...

see you !