|
From: <mic...@fr...> - 2006-02-02 12:23:45
|
Hi! Im getting=20 arithmetic exception, numeric overflow, or string truncation when doing a Select Im Select from a View called Bookings and ony sertan userId gets this = error. Why is that? select distinct bookings.reservationid, bookings.userid, = bookings.username, bookings.usernamerev,=20 bookings.userphone, bookings.usercellular, bookings.UserMail, = bookings.starttime, bookings.endtime,=20 bookings.vehicleid, bookings.carmodell, bookings.carid, = bookings.townfromid, bookings.towntoid,=20 bookings.reservationstatus, bookings.reservationpurpose, = bookings.carpooltype, bookings.total,=20 bookings.distance, bookings.townfrom, bookings.townto from bookings = where (bookings.userid =3D 17077) and=20 (starttime > '2006-02-02 11:42:44') Regards Michael H=E5kansson |