ksmatthews Posted May 6, 2008 Share Posted May 6, 2008 HI All, I am having a problem with a data field in my Postgre DB. Here is the SQL that I am running ... SELECT * FROM cdr WHERE calldate ='2008-05-01 16:33:26' AND src='7835' AND dst='07971621716' the last variable 'dst' should actually be dst='07971621716#' since that is the way it appears in the table when for example I do the following ... select dst from cdr The cdr table is actually populated by an external telephony system. Does anyone have any suggestions ??? regards, Steven M Link to comment https://forums.phpfreaks.com/topic/104348-unwanted-pound-sign/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.