January 01, 2002
PostgreSQL vs. MySQL (Web Techniques, Sep 2001)# Create a temporary table and put the highest salary # into it. # CREATE TEMPORARY TABLE max_salary SELECT MAX(salary.salary) as max_salary FROM salary;
|
|
||||||||||||||||||||||||||||
|
|
|
|