"Stephen Chrzanowski" wrote...


Untested, but first whack at it;

select * from yourtables order by ifnull(billdate,bdate)

Criteria met:
- A date posted prioritizing billdate and then bdate
- Sorted based on date

yeah, I had tried that before and no cigar... :-)  Thanks, though.

josé
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to