Search
 
SCRIPT & CODE EXAMPLE
 

SQL

customer using hdfc bank sql query

select distinct u.name, u.address from users u
join bookingdetails b on b.user_id = u.user_id
where u.user_id not in 
( select user_id from bookingdetails where name='HDFC')
order by u.name;
Comment

PREVIOUS NEXT
Code Example
Sql :: sql server get timezone 
Sql :: sql drop view if exists 
Sql :: mysql get last day of month 
Sql :: oracle check table lock 
Sql :: oracle show running job 
Sql :: see all users mysql 
Sql :: check if mysql is installed 
Sql :: drop a row in mysql 
Sql :: select password from user mysql 
Sql :: mysql cannot delete or update a parent row 
Sql :: how to update date add hours in postgresql 
Sql :: how to add a index to live table mysql 
Sql :: ORA-01950 
Sql :: oracle sleep 1 second 
Sql :: mysql count grouped rows 
Sql :: mysql greater thatn a week ago 
Sql :: oracle alter sequence restart start with 
Sql :: sql find missing values between two tables 
Sql :: show table status command in mysql 
Sql :: sql server add identity column to existing table 
Sql :: yii2 mysql ping 
Sql :: oracle aleter trigger ora-01031 
Sql :: sql query to copy data from one column to another 
Sql :: postgresql create table with timestamp 
Sql :: delete all rows from table mysql 
Sql :: get rows affected mysql python 
Sql :: sql week commencing date 
Sql :: oracle limit user tablespace 
Sql :: oracle add month 
Sql :: oracle sequence last_number 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =