Microsoft
Software
Hardware
Network
Question : how to get single line answer for my query
Hi,
I have a query which gives 10 lines
like this
user_ code role
nsk adm
sathish adm
sathis01 adm
sathish buyer
sathish approver
sathis01 buyer
sathis02 buyer
the result are coming like this i want to the result should be
user_ code role
nsk adm
sathish adm
sathis01 adm
sathis02 buyer
like this . No repeating user_code how can i achive this throw query !
Answer : how to get single line answer for my query
select user_code,min(role) from YourTableName group by user_code
Random Solutions
SQL DISTINCT Problem
OCS 2007 R2 auto sign in works, manual doesn't
Restrict Access to SQL 2008
DLookUp based on text box
Save unbound combobox column value in Access 2007
I just wanted to check that the file type 'trn' is used for transaction log backups?
MS ACCESS Color Picker
run-time error '-247352567 (80020009)': You can't assign a value to this object
Hi my website has a verisign certificate and it has secure payment integrated the certitifcate is expiring tomm. will i have any problem ?
Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies.