Viewing 6 posts - 31 through 36 (of 36 total)
Hi,
I just need 1 row,
but with that query i executed 2 times and give me 2 same..
i need not repeat the result..
December 29, 2011 at 9:43 am
I just Need 1 row.
The table have around 2000 records.
Yes a column with the name "id" is the identity.
I've been testing the above query but sometimes give 2 times return...
December 29, 2011 at 9:37 am
Thanks!
if there is a more efficient would it be?
December 29, 2011 at 9:26 am
Thanks dude, but i got a problem with ur example.
Check it:
DECLARE @tbl TABLE
(
ID INT, id_part INT, ord INT, lev int
)
INSERT INTO @tbl
SELECT 1606,1513852,183,2 UNION ALL
SELECT 1606,1513853,184,3 UNION ALL
SELECT 1606,1513854,185,2...
November 30, 2011 at 2:40 pm
Viewing 6 posts - 31 through 36 (of 36 total)