inner join - SQL - Creating a joined temp table -


i looking join 2 tables temp table, use temp table in select query. select statement temp table want create:

select program, event omega.hp inner join pom.gt on program = substring(name,7,4) length(name)= 25 

what easiest way create temp table above?

select program, event #temp    --------------------------------check here omega.hp inner join pom.gt on program = substring(name,7,4) length(name)= 25 

Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -