SQL Join Query - -


i need perform join where:

  1. i interested in pulling person id's 1 of ids contains value 'n'
  2. then need perform join return name of ids

enter image description here

hope helps

select per.personid,per.name ,idn.identifier  person per inner join idetifier idn on (idn.personid = per.personid ,  idn.identifier '%n%') 

Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -