Joseph,
> I hope this to be a simple question. I have need to simply read the first
> row in a given table. Right now, I have some legacy code that selects all
> rows in a table just to see if the first row has a certain value.
Your problem is conceptual: in SQL, there is no "first" row.
If
Dear list,
I hope this to be a simple question. I have need to simply read the first
row in a given table. Right now, I have some legacy code that selects all
rows in a table just to see if the first row has a certain value.
The code is seeking to see if an update has been run or not. A hypoth