DROP TABLE "Facility Info"
Thank you,
Igor
"Michael Fuhr" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Fri, Apr 22, 2005 at 03:24:10PM +1000, Igor Kryltsov wrote:
> >
> > Please help to drop table with soace inside name.
> &
Please help to drop table with soace inside name.
List of relations
Schema | Name | Type | Owner
+--+---+--
public | Facility Info| table | postgres
> DROP TABLE ??
Thank you,
I managed to link PostgreSQL to MSSQL as a linked server but:
select * from [TEST].[test].[public].[users] << wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> I have table 'test_m'(id integer) in MSSQL and I want to write
> on_test_m_insert trigger in MS SQL which will insert value into PostgreSQ
Hi,
I have table 'test_m'(id integer) in MSSQL and I want to write
on_test_m_insert trigger in MS SQL which will insert value into PostgreSQL
table 'test_p' from database 'test_db' running on host '10.3.2.5'.
Can this be achieved with PostgreSQL ODBC driver? If yes, please post
template of such t
Hi,
If you are moving from Postgres to MS SQL you will most likely will find
that you can not recreate your PostgreSQL FK to MSSQL FK because this
enterprise class database will NOT allow you to create all 3 FK which are
exist in your PGSQL:
table users(user_id PK)
table journal(created_by, mod
Hi,
If anybody can offer better SQL query please.
We have table
create table group_facility (
group_id integer not null,
facility_id integer not null
)
It stores facilities membership in group. For example: "North Region" -
facilityA, facilityB
I need to extract groups from this table which conta