PDA

View Full Version : Sql.........?


carl_marxx2000
05-25-2007, 11:28 PM
If I wanted to display a part number and part description fpr only item in AA item class...How would it be wrote in SQL

nogoodaddress
05-27-2007, 05:40 AM
SELECT partNumber, partDescription FROM AA WHERE partNumber=[whatever part number you're looking for is]