How can I do this: select all rows WHERE a string filed start with a specific string like this (it's a command for SqlDataAdapter
select command string in C#):
SELECT * FROM mytable WHERE user_id = asd*
asd means all user_id filed that start with asd
.