Viewing 4 posts - 1 through 4 (of 4 total)
Hi
Thanks, now it's working. I'm using a right outer join with ROW_NUMBER.
Regards
Fia
March 31, 2010 at 11:13 am
Hi again
It works, thanks. But what if I also want to get the rows that doesn't have any images, meaning the rows from tblVara that doesn't have fldVaraID in table...
March 31, 2010 at 1:05 am
Hi
Thanks for your reply.
The tblVara has:
fldVaraID int identity
fldKategori int
fldRubrik nvarchar
fldText nvarchar
fldPris int
The tblImage has:
fldVaraID int which is a foreign key to tblVaraID.fldVaraID
fldImage image
fldImageID int identity
It is between these tables...
March 30, 2010 at 1:16 pm
Viewing 4 posts - 1 through 4 (of 4 total)