\ to encrypt \ , but on decryption I get \\ instead of
\ (single backslash).
Could someone guide me regarding this,
Thanks in advance,
Nalin Bakshi.
---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
subs
Hi!
I have postgres installed in my
machine and have a simple task to do.
Step1) Fetch all the tables in the Database with
name staerting with "AA"
Step2) On each table you get fire a simple SQL
query:
select *
from ;
Step3) Right these into a flat file.
I have to carry out all t