J McNamara - 2024-10-12

*** INSERTTBL FINISHED ***
$> ./INSERTTBL.exe
*** INSERTTBL STARTED ***
*** INSERTTBL FINISHED ***

postgres-# \c ocesql
You are now connected to database "ocesql" as user "postgres".
ocesql-# select * from emp;
emp_no | emp_name | emp_salary
--------+----------------------+------------
46 | KAGOSHIMA ROKURO | -320
47 | OKINAWA SHICHIRO | 480
1 | HOKKAI TARO | 400
2 | AOMORI JIRO | 350
3 | AKITA SABURO | 300
4 | IWATE SHIRO | -250
5 | MIYAGI GORO | -200
6 | FUKUSHIMA RIKURO | 150
7 | TOCHIGI SHICHIRO | -100
8 | IBARAKI HACHIRO | 50
9 | GUMMA KURO | -200
10 | SAITAMA JURO | 350
(12 rows)

hey guys,

i did some spacey things really 2 major ones
i mixed environments windows and cygwin for postgresql
then i needed to get cygserver running and i had no idea
so i had to use AI but once i got those 2 corrected it works

thanks,
jim

Sent with Proton Mail secure email.

 
👍
1