Hi,

I need a way to limit the results to just one row. The only way I know I could do is to call db_query followed by fetch_result of 1 row. However this is not optimal as all the rows are fetched to dynamic memory with db_query.

Is there an alternative approach?

Thanks

Krish Kura