Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help with SQL query
#2
What about using?

SELECT StateCd, CountyName, PlaceCd, StateAbbr, PlaceName, PlaceType, Fstat  FROM places 
INNER JOIN  county USING (StateCd, CountyName)
order by StateCd, CountyCd, PlaceCd;
Or have you tried parentheses around the condition?
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
help with SQL query - by Larz60+ - Aug-31-2018, 05:21 PM
RE: help with SQL query - by ichabod801 - Aug-31-2018, 06:05 PM
RE: help with SQL query - by micseydel - Aug-31-2018, 06:48 PM
RE: help with SQL query - by Larz60+ - Aug-31-2018, 08:11 PM
RE: help with SQL query - by Larz60+ - Aug-31-2018, 08:23 PM
RE: help with SQL query - by buran - Aug-31-2018, 08:47 PM
RE: help with SQL query - by Larz60+ - Aug-31-2018, 09:22 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020