from table1
where
column1 = CAST('1A6379B1-D231-4CEF-8308-1FBDBE759CBF′ AS uniqueidentifier)
veya
select * from table1
where
column1 = '{1A6379B1-D231-4CEF-8308-1FBDBE759CBF}'
veya
select * from table1
where
column1 = '1A6379B1-D231-4CEF-8308-1FBDBE759CBF'
şeklinde uniqueidentifier tipindeki column1 alanına göre sorgu çekebiliriz.
Kaynak:
Hiç yorum yok:
Yorum Gönder