
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
RE: [ic] SQL Statements
> I have seen both version of the following 2 lines, is there a difference ?
> The fields that are named in the first line are also the ones which are
> in the output list -
>
> select sku, description, price from products where price < '50.00'
> select * from products where price < '50.00'
SELECT * just means 'please return all fields'
Jonathan
Webmaint.
_______________________________________________
interchange-users mailing list
interchange-users@interchange.redhat.com
http://interchange.redhat.com/mailman/listinfo/interchange-users