Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INSERT INTO myTABLE SELECT * FROM myTABLE [CORE1772] #2197

Closed
firebird-automations opened this issue Mar 5, 2008 · 5 comments
Closed

INSERT INTO myTABLE SELECT * FROM myTABLE [CORE1772] #2197

firebird-automations opened this issue Mar 5, 2008 · 5 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Pierre Ghislain (pghislain)

Duplicates CORE92

I wanted to create a table with the double of the existing rows.
Firebird work recursively and never end the query creating an enormous table with many... duplicates.
I had to shutdown Delphi and the Firebird server.
From 2 000 K the database file grew to 70 000 K.

The submited query is not recursive. The select clause 'should' be processed before the insert clause...

Best regard Pierre.

====== Test Details ======

See test core_3362_basic.fbt

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Link: This issue duplicates CORE92 [ CORE92 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

Duplicates CORE92.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Duplicate [ 3 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Closed [ 6 ] => Closed [ 6 ]

QA Status: Covered by another test(s)

Test Details: See test core_3362_basic.fbt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant