• 该网络-D的SQL导应用程序的开发是一个小的工具,可以转换的。CSV文件a SQL query. 这通常是有用的,如果你收到一Excel文件的数据需要插入MySQL.

    1. 出口的Excel文件作为CSV文件(其中";"被用作隔板)。

    2. 打开那个文件使用的记事本和复制一切使用CTRL+C

    3. 运行SQL导和粘贴到一切都在"CSV数据插入"领域。

    4. 给列在CSV一个独特的标识"SQL串的变量,以便CSV数据变量"领域。 你可以使用任何你喜欢的名字,只要它们之间的[方括号]和分;

    5. 修改"SQL Insert Query"领域相匹配你的表名字和表中列名。 使用的名称你给SQL列在查询的模板。

    6. 点击"分析"产生的SQL查询。 仔细检查,如果查询看起来很好,做出修改作必要的。 如果查询串太长,然后只需复印,并粘贴产生查询到的记事本以看到整个查询检查。

    7. 如果您满意的查询,然后只需贴的查询到SQL或保存它作为一个.sql文件和载在MySQL.

    这个工具也可以用来建立的任何其他类型的查询,如果修改SQL Insert Query string您的需求。

  • साइबर-डी की SQL जादूगर आवेदन विकसित किया गया था होना करने के लिए एक छोटा सा उपकरण है कि कर सकते हैं कन्वर्ट किसी भी .सीएसवी दस्तावेज़ करने के लिए एक SQL क्वेरी है । यह आम तौर पर उपयोगी है यदि आप प्राप्त एक एक्सेल दस्तावेज़ के साथ डेटा है कि आप की जरूरत में सम्मिलित करने के लिए MySQL.

    1. निर्यात एक्सेल दस्तावेज़ के रूप में एक सीएसवी फ़ाइल (जहां ";" का प्रयोग किया जाता है के रूप में एक विभाजक).

    2. उस फ़ाइल को खोलने नोटपैड का उपयोग कर और कॉपी सब कुछ का उपयोग करने के लिए CTRL+C

    3. चलाने के लिए SQL जादूगर और पेस्ट में सब कुछ "सीएसवी डेटा सम्मिलित करने के लिए," क्षेत्र.

    4. दे कॉलम में सीएसवी के लिए एक अद्वितीय पहचानकर्ता "में SQL स्ट्रिंग चर के क्रम में सीएसवी डेटा चर" क्षेत्र. आप उपयोग कर सकते हैं किसी भी नाम आप की तरह, के रूप में लंबे समय के रूप में यह के बीच [वर्ग कोष्ठक] और अलग से एक ;

    5. संशोधित करें "एसक्यूएल सम्मिलित क्वेरी" फ़ील्ड से मेल करने के लिए अपने तालिका नाम और तालिका में स्तंभ नाम । नाम का उपयोग आप दिया करने के लिए SQL कॉलम में क्वेरी टेम्पलेट है ।

    6. पर क्लिक करें "का विश्लेषण" उत्पन्न करने के लिए SQL क्वेरी है । डबल की जाँच करें यदि क्वेरी में अच्छा लग रहा है और बनाने के रूप में संशोधन की जरूरत है । यदि क्वेरी स्ट्रिंग बहुत लंबा है, तो बस कॉपी और पेस्ट उत्पन्न प्रश्नों में नोटपैड को देखने के लिए पूरे क्वेरी के लिए निरीक्षण.

    7. यदि आप कर रहे हैं के साथ संतुष्ट क्वेरी तो बस पेस्ट प्रश्नों में SQL या इसे बचाने के रूप में .sql फ़ाइल और इसे लोड MySQL में है ।

    इस उपकरण भी इस्तेमाल किया जा सकता बनाने के लिए किसी भी अन्य प्रकार के प्रश्नों, तो आप को संशोधित SQL सम्मिलित क्वेरी स्ट्रिंग के लिए अपने की जरूरत है.

  • The Cyber-D’s SQL Wizard application was developed to be a small tool that can convert any .CSV document to a SQL query. This is typically useful if you receive an Excel document with data that you need to insert into MySQL.

    1. Export the Excel document as a CSV file (where “;” is used as a separator).

    2. Open that file using notepad and copy everything using CTRL+C

    3. Run SQL Wizard and paste everything in the “CSV Data to insert” field.

    4. Give the columns in the CSV a unique identifier in the “SQL string variables in order of CSV data variables” field. You can use any name you like, as long as it’s between the [square brackets] and seperated by a ;

    5. Modify the “SQL Insert Query” field to match your table name and table column names. Use the names you gave to the SQL columns in the query template.

    6. Click on “Parse” to generate the SQL Queries. Double check if the query looks good and make modifications as needed. If the query string is too long, then simply copy and paste the generated queries into notepad to see the entire query for inspection.

    7. If you are satisfied with the query then simply paste the queries into SQL or save it as a .sql file and load it in MySQL.

    This tool can also be used to create any other type of queries if you modify the SQL Insert Query string to your needs.