Posted: Mon Aug 29, 2005 3:45 pm Post subject: database select
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
i am trying to do a database select from a compute node.
i used something like this
select t.col1, t.col2 from database.tablename as t where......
i want to cast col2 as char when i select.
i mean i want to use char(col2). it works fine with passthru but i do not want to use passthru. is there a way to implement this without using passthru.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum