السلام عليكم
عند الزراعة يعطيني هذا المسج
كود:
خطأ
إستعلام-SQL:
CREATE TABLE postindex(
wordid INT UNSIGNED NOT NULL DEFAULT '0',
postid INT UNSIGNED NOT NULL DEFAULT '0',
intitle SMALLINT UNSIGNED NOT NULL DEFAULT '0',
score SMALLINT UNSIGNED NOT NULL DEFAULT '0',
UNIQUE KEY wordid( wordid, postid )
)
MySQL قال:
#1050 - Table 'postindex' already exists