forcedotcom / phoenix

BSD 3-Clause "New" or "Revised" License
558 stars 227 forks source link

Create table like merge request #610

Closed haitaoyao closed 10 years ago

haitaoyao commented 10 years ago

as described here: https://github.com/forcedotcom/phoenix/issues/603

jtaylor-sfdc commented 10 years ago

Thanks for the contributions. I'm not sure I understand the use case your trying to solve, though. It seems counter to our mission of supporting ANSI SQL, as I've never seen this syntax before. Have you?

haitaoyao commented 10 years ago

@jtaylor-sfdc Well. It comes from mysql. I'm a heavy mysql user. I think it's a simple feature and will help me understand the Phoenix meta data schema, so I do this.

Anyway, it do help me a lot. It's up to you whether it can be merged into master.

I will pick another feature to implement. How about INSERT ?

jtaylor-sfdc commented 10 years ago

@haitaoyao - Thank you so much for the excellent work. You've done a great job implementing this without any help - great job! I noticed that this is supported by both MySQL and Postgres, so it's more standard than I realized.

I've got a couple of questions, if you wouldn't mind contacting me via email at jtaylor@salesforce.com I'd appreciate it.