ExecuteSQL 异常

chen_383367 2021-4-7 758

"INSERT INTO detail (work_type,work_type_results,get_time,title,job_description,job_detail,activity_job,other_open_jobs,about_the_client,similar_jobs) VALUE('sales marking','advertising consultant jobs','2021-04-07 17:22:21','Project Director',' Project Management Posted 2 days ago Close the tooltip April 5, 2021 Worldwide ','this is job_detail',' Activity on this job Proposals: Close the tooltip This range includes relevant proposals, but does not include proposals that are withdrawn, declined, or archived. Please note that all proposals are accessible to clients on their applicants page. Less than 5 Last viewed by client: Close the tooltip This is when the client last reviewed or interacted with the applicants for this job. 2 days ago Interviewing: 0 Invites sent: 0 Unanswered invites: 0 ',' Advertising Director Hourly Creative Director Hourly Graphic Designer Hourly Public Relations Director Hourly Sales Director Hourly Storybrand Writer Hourly Website Director Hourly ',' About the client Rating is 4.9960562057 out of 5. 5.00 of 18 reviews United States Columbus 05:22 am 82 jobs posted 35% hire rate, 8 open jobs $20k+ total spent 29 hires, 2 active 12.79 /hr avg hourly rate paid 1815 hours Member since Aug 18, 2016 ','this is similar_jobs');"

[17:45:26]选中的内容 第7行:模块 Database.ExecuteSQL 调用出错:ExecuteSQL 异常:
not enough arguments for format string

上面是报错


INSERT INTO detail (work_type,work_type_results,get_time,title,job_description,job_detail,activity_job,other_open_jobs,about_the_client,similar_jobs) 
VALUE('sales marking',
'advertising consultant jobs',
'2021-04-07 17:22:21',
'Project Director',
' Project Management Posted 2 days ago Close the tooltip April 5, 2021 Worldwide ',
'this is job_detail',
' Activity on this job Proposals: Close the tooltip This range includes relevant proposals, but does not include proposals that are withdrawn, declined, or archived. Please note that all proposals are accessible to clients on their applicants page. Less than 5 Last viewed by client: Close the tooltip This is when the client last reviewed or interacted with the applicants for this job. 2 days ago Interviewing: 0 Invites sent: 0 Unanswered invites: 0 ',
' Advertising Director Hourly Creative Director Hourly Graphic Designer Hourly Public Relations Director Hourly Sales Director Hourly Storybrand Writer Hourly Website Director Hourly ',
' About the client Rating is 4.9960562057 out of 5. 5.00 of 18 reviews United States Columbus 05:22 am 82 jobs posted 35% hire rate, 8 open jobs $20k+ total spent 29 hires, 2 active 12.79 /hr avg hourly rate paid 1815 hours Member since Aug 18, 2016 ',
'this is similar_jobs'
);

原生能写入
最新回复 (2)
  • 瞌睡蟲子 2021-4-7
    2
    not enough arguments for format string。参数个数不对,或者参数类型不对
  • tubudan 2021-6-28
    3
    瞌睡蟲子 not enough arguments for format string。参数个数不对,或者参数类型不对
    这UiBot,当传入参数有值是null,就会默认这个参数没有传。这么大个bug
返回
发新帖